@@ -419,7 +419,7 @@ <h2>Classes</h2>
419
419
< td valign ="top "> < code > http://activitystrea.ms/2.0/Parameter</ code > </ td >
420
420
< td rowspan ="2 " valign ="top ">
421
421
< p > < code > < a > name</ a > | < a > required</ a > | < a > repeated</ a > | < a > value</ a > | < a > default</ a > |
422
- < a > type </ a > | < a > enumeration</ a > | < a > minLength</ a > | < a > maxLength</ a > | < a > maxExclusive</ a > |
422
+ < a > valueType </ a > | < a > enumeration</ a > | < a > minLength</ a > | < a > maxLength</ a > | < a > maxExclusive</ a > |
423
423
< a > maxInclusive</ a > | < a > minExclusive</ a > | < a > minInclusive</ a > | < a > step</ a > | < a > totalDigits</ a > |
424
424
< a > fractionDigits</ a > | < a > pattern</ a > | < a > placeholder</ a > </ code > </ p >
425
425
</ td >
@@ -439,7 +439,7 @@ <h2>Classes</h2>
439
439
< td valign ="top "> < code > http://activitystrea.ms/2.0/Header</ code > </ td >
440
440
< td rowspan ="3 " valign ="top ">
441
441
< p > < code > < a > name</ a > | < a > required</ a > | < a > repeated</ a > | < a > value</ a > | < a > default</ a > |
442
- < a > type </ a > | < a > enumeration</ a > | < a > minLength</ a > | < a > maxLength</ a > | < a > maxExclusive</ a > |
442
+ < a > valueType </ a > | < a > enumeration</ a > | < a > minLength</ a > | < a > maxLength</ a > | < a > maxExclusive</ a > |
443
443
< a > maxInclusive</ a > | < a > minExclusive</ a > | < a > minInclusive</ a > | < a > step</ a > | < a > totalDigits</ a > |
444
444
< a > fractionDigits</ a > | < a > pattern</ a > | < a > placeholder</ a > </ code > </ p >
445
445
</ td >
@@ -840,14 +840,14 @@ <h2>Terms</h2>
840
840
841
841
< tbody >
842
842
< tr >
843
- < td rowspan ="4 " valign ="top "> < dfn > type </ dfn > </ td >
843
+ < td rowspan ="4 " valign ="top "> < dfn > valueType </ dfn > </ td >
844
844
< td valign ="top " width ="10% "> URI:</ td >
845
- < td valign ="top "> < code > http://activitystrea.ms/2.0/type </ code > </ td >
845
+ < td valign ="top "> < code > http://activitystrea.ms/2.0/valueType </ code > </ td >
846
846
</ tr >
847
847
< tr >
848
848
< td valign ="top "> Notes:</ td >
849
849
< td valign ="top ">
850
- Specifies the expected data type of the parameter . The value SHOULD
850
+ Specifies the parameter's expected value type. The value SHOULD
851
851
specify a type from the XML Schema Data Types.
852
852
</ td >
853
853
</ tr >
0 commit comments